
a {
	text-decoration: none;

	&:hover {
		text-decoration: underline;
	}
}
